home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / syspc211.rea < prev    next >
Text File  |  1996-01-16  |  4KB  |  148 lines

  1. Short:    The best boot-time picture displayer!
  2. Author:   calkowsk@us.edu.pl (Grzegorz Calkowski)
  3. Uploader: calkowsk@us.edu.pl     
  4. Type:     util/boot
  5. Replaces: util/boot/SysPic210.lha
  6.  
  7. SysPic 2.11
  8.  
  9.     (...) If you think that black screen during boot time is boring and you want make
  10. the boot look more professional (or even fancy) it is definitely program for
  11. you. I know there are other similar programs - but SysPic's features make it
  12. absolutely the BEST! (IMHO :)
  13.  
  14.     Features - SysPic
  15.  
  16.       o is small & fast
  17.  
  18.       o shows IFF-ILBM pictures of any size and resolution
  19.  
  20.       o supports AGA modes (also HAM8)
  21.  
  22.       o centers picture both horizontally & *vertically*
  23.  
  24.       o forces Workbench to open behind the displayed picture so it can be
  25.         closed after whole Workbench initialization
  26.  
  27.       o blanks the pointer sprite so you won't see it when the Workbench
  28.         screen activates (it would look annoying)
  29.  
  30.       o has a nice random number generator
  31.  
  32.       o detaches from shell in an intelligent way (i.e after loading
  33.         the picture)
  34.  
  35.       o !!!COOL-> sets overscan prefs before IPrefs will do it. <-COOL!!!
  36.     (So SysPic can be put just after SetPatch in startup-sequence)
  37.  
  38.       o supports BeetLogin (closes it's 'fake' screen)
  39.  
  40.       o is 100% legal
  41.  
  42.       o has been tested with Enforcer, Mungwall & MemWatch
  43.  
  44. ===============================================================================
  45.  
  46. History
  47. -------
  48.  
  49. v1.00ß (22.07.95)
  50.  
  51.     o First BETA release.
  52.  
  53.  
  54. v1.50 (25.08.95)
  55.  
  56.     o not "historized" and not released
  57.  
  58.  
  59. v2.00 (30.08.95)
  60.  
  61.     ** not released to public
  62.  
  63.     o Now SysPic automatically detaches from current Shell process. It does it
  64.       in intelligent way, i.e exits after the picture is loaded & displayed.
  65.  
  66.     o Added random generator. New options: RANDMIN, RANDMAX, DIGITS.
  67.  
  68.     o Added feature of setting overscan prefs before IPrefs will do that!
  69.       (New option: SETOSCN). It's a hack! See Bugs.
  70.  
  71.     o Sprite blanking works better but it is still unreliable.
  72.  
  73.     o Added shortcut for BESTFIT - BF.
  74.  
  75.  
  76. v2.01 (05.09.95)
  77.  
  78.     ** not released to public
  79.  
  80.     o Improved sprite blanking. A little, in fact :-). See Bugs.
  81.  
  82.  
  83. v2.02 (27.09.95)
  84.  
  85.     o Added support for my other utility - BeetLogin. Automatically closes
  86.       'fake' screen leftover by it.
  87.  
  88.     o In some cases SysPic didn't display error messages (ie "Not IFF file").
  89.       Fixed.
  90.  
  91.     o Rendezvous port priority set to a high value to improve ClosePic's
  92.       performance.
  93.  
  94.     o Documentation updated.
  95.  
  96.     o Finally released... (and probably the final release... :-)
  97.  
  98.  
  99. v2.03 (27.11.95)
  100.  
  101.     o Now SysPic's screen is public screen. (Requested by Stefano Peruzzi).
  102.  
  103.     o For the same reason 'KEEPPTR' switch added. If specified the pointer
  104.       won't be blanked. 
  105.  
  106.     o SysPic always lost 8 bytes of memory due to the patching of
  107.       intuition/OpenScreenTagList() function. Now it losts them only if
  108.       another program patches the same function.
  109.  
  110.     o Optimized a bit (saved over 512 bytes :-)
  111.  
  112.  
  113. v2.10 (14.12.95)
  114.  
  115.     o Veritcal centering option added - 'VCenter'. (Requested by Aaron
  116.       Robinson and several other people)
  117.  
  118.     o Border blanking option added - 'BBlank'. (Suggested by Christian Kemp)
  119.  
  120.     o Options changed to mixed-case (increases readability).
  121.  
  122.     o ILBM unpacker rewritten in machine code. A bit faster :).
  123.  
  124.     o 68040+ version included
  125.  
  126.     o 'DELAY' option added in ClosePic. (Suggested by Javier Rodrguez Cos)
  127.  
  128.     o Version string included in ClosePic.
  129.  
  130.     o Bonus pictures cropped to used area (now smaller, but need 'VCenter'
  131.       option to be centered correctly).
  132.  
  133.     o Further optimizations made saving some bytes (again smaller than previous
  134.       version!)
  135.  
  136.     o Installer script included (finally...)
  137.  
  138.  
  139. v2.11 (18.12.95)
  140.  
  141.     o Ooopsss... vertical centering had been working until final compilation...
  142.       really stupid bug. Fixed.
  143.  
  144.     o Error messages sometimes were doubled (strange, indeed). Fixed.
  145.  
  146.     o Documentation updated...  I didn't write that ClosePic's DELAY tooltype
  147.       value is expressed in ticks.
  148.